LinqConnect Documentation
Devart.Data.Linq Namespace / Table<TEntity> Class / LoadWith Method / LoadWith(String) Method

The name of the field or property to be retrieved.


In This Topic
    LoadWith(String) Method
    In This Topic
    Specifies which sub-objects to retrieve when a query is submitted.
    Syntax
    'Declaration
     
    Public Overloads Function LoadWith( _
       ByVal path As String _
    ) As IQueryable(Of TEntity)
    public IQueryable<TEntity> LoadWith( 
       string path
    )

    Parameters

    path

    The name of the field or property to be retrieved.

    Return Value

    The entity, which LoadWith method is called with additional data load options set.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also